home *** CD-ROM | disk | FTP | other *** search
- /* %filename% -- modeless dialog class */
- /* Created %date% %time% by AppMaker */
-
- #define _H_z%DlogName%
- #include <CBureaucrat.h>
- #include <CPanorama.h>
- #include <CWindow.h>
- %for each item gen include%
- #include <CDirector.h>
-
- struct Z%DlogName% : CDirector {
-
- /* Panes in this dialog: */
- %for each item gen instance%
-
- /*----------*/
- void I%DlogName%% %(CBureaucrat *aSupervisor);
- %for each item gen zMake.decl%
-
- void CloseWind (CWindow *theWindow);
- void DoCommand (long theCommand);
-
- }; /* Z%DlogName% */
-